|
Foxit PDF SDK
|
This class represents PDF 3D annotation. More...
Public Member Functions | |
| def | PDF3DAnnot (other) |
| Constructor, with another 3d annot object. More... | |
| def | Get3DAnnotType () |
| Get the type of 3D annot. More... | |
| def | Get3DArtworkInstance () |
| Get the instance of 3D Artwork. More... | |
| def | GetAnnot () |
| Get associated annotation. More... | |
| def | GetAnnotIndex () |
| Get the annotation index corresponding to 3d annot. More... | |
| def | GetRichMediaInstances () |
| Get the instance array of rich media. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
Static Public Attributes | |
| e_3DTypeArtwork = _fsdk.PDF3DAnnot_e_3DTypeArtwork | |
| 3D Artwork. | |
| e_3DTypeRichMedia = _fsdk.PDF3DAnnot_e_3DTypeRichMedia | |
| Rich Media . | |
This class represents PDF 3D annotation.
| def FoxitPDFSDKPython2.PDF3DAnnot.PDF3DAnnot | ( | other | ) |
Constructor, with another 3d annot object.
| [in] | other | Another 3d annot object. |
| def FoxitPDFSDKPython2.PDF3DAnnot.Get3DAnnotType | ( | ) |
Get the type of 3D annot.
| def FoxitPDFSDKPython2.PDF3DAnnot.Get3DArtworkInstance | ( | ) |
Get the instance of 3D Artwork.
If the 3D annot type is not FoxitPDFSDKPython2.PDF3DAnnot.e_3DTypeArtwork , an empty object will be returned.
| def FoxitPDFSDKPython2.PDF3DAnnot.GetAnnot | ( | ) |
Get associated annotation.
| def FoxitPDFSDKPython2.PDF3DAnnot.GetAnnotIndex | ( | ) |
Get the annotation index corresponding to 3d annot.
| def FoxitPDFSDKPython2.PDF3DAnnot.GetRichMediaInstances | ( | ) |
Get the instance array of rich media.
If the 3D annot type is not FoxitPDFSDKPython2.PDF3DAnnot.e_3DTypeRichMedia , an empty array will be returned.
| def FoxitPDFSDKPython2.PDF3DAnnot.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.